\(\int \frac {x^2}{\arccos (a x)^{3/2}} \, dx\) [103]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [A] (verified)
   Fricas [F(-2)]
   Sympy [F]
   Maxima [F(-2)]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 12, antiderivative size = 97 \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}}-\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3}-\frac {\sqrt {\frac {3 \pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {6}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3} \]

[Out]

-1/2*FresnelC(2^(1/2)/Pi^(1/2)*arccos(a*x)^(1/2))*2^(1/2)*Pi^(1/2)/a^3-1/2*FresnelC(6^(1/2)/Pi^(1/2)*arccos(a*
x)^(1/2))*6^(1/2)*Pi^(1/2)/a^3+2*x^2*(-a^2*x^2+1)^(1/2)/a/arccos(a*x)^(1/2)

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 97, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {4728, 3385, 3433} \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=-\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3}-\frac {\sqrt {\frac {3 \pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {6}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3}+\frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}} \]

[In]

Int[x^2/ArcCos[a*x]^(3/2),x]

[Out]

(2*x^2*Sqrt[1 - a^2*x^2])/(a*Sqrt[ArcCos[a*x]]) - (Sqrt[Pi/2]*FresnelC[Sqrt[2/Pi]*Sqrt[ArcCos[a*x]]])/a^3 - (S
qrt[(3*Pi)/2]*FresnelC[Sqrt[6/Pi]*Sqrt[ArcCos[a*x]]])/a^3

Rule 3385

Int[sin[Pi/2 + (e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Cos[f*(x^2/d)],
x], x, Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3433

Int[Cos[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]/(f*Rt[d, 2]))*FresnelC[Sqrt[2/Pi]*Rt[d, 2
]*(e + f*x)], x] /; FreeQ[{d, e, f}, x]

Rule 4728

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Simp[(-x^m)*Sqrt[1 - c^2*x^2]*((a + b*Arc
Cos[c*x])^(n + 1)/(b*c*(n + 1))), x] - Dist[1/(b^2*c^(m + 1)*(n + 1)), Subst[Int[ExpandTrigReduce[x^(n + 1), C
os[-a/b + x/b]^(m - 1)*(m - (m + 1)*Cos[-a/b + x/b]^2), x], x], x, a + b*ArcCos[c*x]], x] /; FreeQ[{a, b, c},
x] && IGtQ[m, 0] && GeQ[n, -2] && LtQ[n, -1]

Rubi steps \begin{align*} \text {integral}& = \frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}}+\frac {2 \text {Subst}\left (\int \left (-\frac {\cos (x)}{4 \sqrt {x}}-\frac {3 \cos (3 x)}{4 \sqrt {x}}\right ) \, dx,x,\arccos (a x)\right )}{a^3} \\ & = \frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}}-\frac {\text {Subst}\left (\int \frac {\cos (x)}{\sqrt {x}} \, dx,x,\arccos (a x)\right )}{2 a^3}-\frac {3 \text {Subst}\left (\int \frac {\cos (3 x)}{\sqrt {x}} \, dx,x,\arccos (a x)\right )}{2 a^3} \\ & = \frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}}-\frac {\text {Subst}\left (\int \cos \left (x^2\right ) \, dx,x,\sqrt {\arccos (a x)}\right )}{a^3}-\frac {3 \text {Subst}\left (\int \cos \left (3 x^2\right ) \, dx,x,\sqrt {\arccos (a x)}\right )}{a^3} \\ & = \frac {2 x^2 \sqrt {1-a^2 x^2}}{a \sqrt {\arccos (a x)}}-\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3}-\frac {\sqrt {\frac {3 \pi }{2}} \operatorname {FresnelC}\left (\sqrt {\frac {6}{\pi }} \sqrt {\arccos (a x)}\right )}{a^3} \\ \end{align*}

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 0.09 (sec) , antiderivative size = 159, normalized size of antiderivative = 1.64 \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\frac {i \left (-2 i \sqrt {1-a^2 x^2}+\sqrt {-i \arccos (a x)} \Gamma \left (\frac {1}{2},-i \arccos (a x)\right )-\sqrt {i \arccos (a x)} \Gamma \left (\frac {1}{2},i \arccos (a x)\right )+\sqrt {3} \sqrt {-i \arccos (a x)} \Gamma \left (\frac {1}{2},-3 i \arccos (a x)\right )-\sqrt {3} \sqrt {i \arccos (a x)} \Gamma \left (\frac {1}{2},3 i \arccos (a x)\right )-2 i \sin (3 \arccos (a x))\right )}{4 a^3 \sqrt {\arccos (a x)}} \]

[In]

Integrate[x^2/ArcCos[a*x]^(3/2),x]

[Out]

((I/4)*((-2*I)*Sqrt[1 - a^2*x^2] + Sqrt[(-I)*ArcCos[a*x]]*Gamma[1/2, (-I)*ArcCos[a*x]] - Sqrt[I*ArcCos[a*x]]*G
amma[1/2, I*ArcCos[a*x]] + Sqrt[3]*Sqrt[(-I)*ArcCos[a*x]]*Gamma[1/2, (-3*I)*ArcCos[a*x]] - Sqrt[3]*Sqrt[I*ArcC
os[a*x]]*Gamma[1/2, (3*I)*ArcCos[a*x]] - (2*I)*Sin[3*ArcCos[a*x]]))/(a^3*Sqrt[ArcCos[a*x]])

Maple [A] (verified)

Time = 0.83 (sec) , antiderivative size = 94, normalized size of antiderivative = 0.97

method result size
default \(\frac {-\sqrt {3}\, \sqrt {2}\, \sqrt {\arccos \left (a x \right )}\, \sqrt {\pi }\, \operatorname {FresnelC}\left (\frac {\sqrt {2}\, \sqrt {3}\, \sqrt {\arccos \left (a x \right )}}{\sqrt {\pi }}\right )-\sqrt {2}\, \sqrt {\arccos \left (a x \right )}\, \sqrt {\pi }\, \operatorname {FresnelC}\left (\frac {\sqrt {2}\, \sqrt {\arccos \left (a x \right )}}{\sqrt {\pi }}\right )+\sqrt {-a^{2} x^{2}+1}+\sin \left (3 \arccos \left (a x \right )\right )}{2 a^{3} \sqrt {\arccos \left (a x \right )}}\) \(94\)

[In]

int(x^2/arccos(a*x)^(3/2),x,method=_RETURNVERBOSE)

[Out]

1/2/a^3*(-3^(1/2)*2^(1/2)*arccos(a*x)^(1/2)*Pi^(1/2)*FresnelC(2^(1/2)/Pi^(1/2)*3^(1/2)*arccos(a*x)^(1/2))-2^(1
/2)*arccos(a*x)^(1/2)*Pi^(1/2)*FresnelC(2^(1/2)/Pi^(1/2)*arccos(a*x)^(1/2))+(-a^2*x^2+1)^(1/2)+sin(3*arccos(a*
x)))/arccos(a*x)^(1/2)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x^2/arccos(a*x)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [F]

\[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\int \frac {x^{2}}{\operatorname {acos}^{\frac {3}{2}}{\left (a x \right )}}\, dx \]

[In]

integrate(x**2/acos(a*x)**(3/2),x)

[Out]

Integral(x**2/acos(a*x)**(3/2), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x^2/arccos(a*x)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [F]

\[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\int { \frac {x^{2}}{\arccos \left (a x\right )^{\frac {3}{2}}} \,d x } \]

[In]

integrate(x^2/arccos(a*x)^(3/2),x, algorithm="giac")

[Out]

integrate(x^2/arccos(a*x)^(3/2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\int \frac {x^2}{{\mathrm {acos}\left (a\,x\right )}^{3/2}} \,d x \]

[In]

int(x^2/acos(a*x)^(3/2),x)

[Out]

int(x^2/acos(a*x)^(3/2), x)